Get store
Stores
Get store
Retrieve a single store by its external identifier.
GET
Get store
Returns the full configuration for one store. Use this endpoint after the customer selects a location to load fulfillment options, channel availability, and payment methods for checkout.
Requires a Fire spark access token obtained through token
exchange.
Headers
| Header | Required | Description |
|---|---|---|
x-brand-id | No | Filter stores by brand. External brand identifier — alphanumeric characters, _, and - only. 1–64 characters. When omitted, all stores for the merchant are returned. |
Path parameters
| Parameter | Required | Description |
|---|---|---|
id | Yes | External store identifier. Alphanumeric, _, and - only. 1–64 characters. |
Request
Response
The response wraps a single store object indata. The shape matches the list stores endpoint.
Store fields
See the list stores reference for the full schema, includingcontact, location, channels, payments, cms_template_id, cms, and overrides.
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid access token. |
403 | Token does not have access to this store. |
404 | No store found with the given id, or the store does not belong to the brand in x-brand-id. |